home *** CD-ROM | disk | FTP | other *** search
/ Ratchet & Clank 2002 press kit PC Disc / Ratchet & Clank PC Disc.iso / pc / about.swf / scripts / DefineSprite_23 / frame_13 / DoAction.as
Text File  |  2002-09-30  |  122b  |  9 lines

  1. if(imageMC._currentframe == imageMC._totalframes)
  2. {
  3.    imageMC.gotoAndStop(1);
  4. }
  5. else
  6. {
  7.    imageMC.nextFrame();
  8. }
  9.